home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLDIRECTORY / TFORMHTMLDIRECTORY.txt
Encoding:
Text File  |  1997-12-06  |  2.8 KB  |  130 lines

  1. object FormHTMLDirectory: TFormHTMLDirectory
  2.   Left = 139
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory List'
  7.   ClientHeight = 107
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object CheckBoxCOMPACT: TCheckBox
  35.     Left = 132
  36.     Top = 28
  37.     Width = 80
  38.     Height = 21
  39.     Hint = 'COMPACT attribute'
  40.     Caption = 'COMPACT'
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.     TabOrder = 1
  44.     OnClick = CheckBoxCOMPACTClick
  45.   end
  46.   object PanelBottom: TPanel
  47.     Left = 0
  48.     Top = 54
  49.     Width = 337
  50.     Height = 53
  51.     Align = alBottom
  52.     BevelOuter = bvNone
  53.     Caption = 'PanelBottom'
  54.     Font.Color = clBtnFace
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 2
  60.     object Bevel: TBevel
  61.       Left = 0
  62.       Top = 0
  63.       Width = 337
  64.       Height = 6
  65.       Align = alTop
  66.       Shape = bsTopLine
  67.     end
  68.     object ButtonInsert: TButton
  69.       Left = 4
  70.       Top = 8
  71.       Width = 77
  72.       Height = 25
  73.       Hint = 'Use the HTML tag'
  74.       Caption = '&OK'
  75.       ParentShowHint = False
  76.       ShowHint = True
  77.       TabOrder = 0
  78.       OnClick = ButtonInsertClick
  79.     end
  80.     object ButtonCancel: TButton
  81.       Left = 88
  82.       Top = 8
  83.       Width = 77
  84.       Height = 25
  85.       Cancel = True
  86.       Caption = '&Cancel'
  87.       ParentShowHint = False
  88.       ShowHint = False
  89.       TabOrder = 1
  90.       OnClick = ButtonCancelClick
  91.     end
  92.     object ButtonHelp: TButton
  93.       Left = 256
  94.       Top = 8
  95.       Width = 77
  96.       Height = 25
  97.       Caption = '&Help'
  98.       ParentShowHint = False
  99.       ShowHint = False
  100.       TabOrder = 3
  101.       OnClick = ButtonHelpClick
  102.     end
  103.     object ButtonClearAll: TButton
  104.       Left = 172
  105.       Top = 8
  106.       Width = 77
  107.       Height = 25
  108.       Hint = 'Clear and reset all attributes to defaults'
  109.       Caption = 'Clear &All'
  110.       ParentShowHint = False
  111.       ShowHint = True
  112.       TabOrder = 2
  113.       OnClick = ButtonClearAllClick
  114.     end
  115.     object PanelSaveReuseLevel: TPanel
  116.       Left = 4
  117.       Top = 40
  118.       Width = 329
  119.       Height = 9
  120.       BevelOuter = bvLowered
  121.       Caption = ' '
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       TabOrder = 4
  125.       OnDblClick = PanelSaveReuseLevelDblClick
  126.       OnMouseMove = PanelSaveReuseLevelMouseMove
  127.     end
  128.   end
  129. end
  130.